JBoss Community Archive (Read Only)

Teiid 8.0

WITH Clause

Teiid supports non-recursive common table expressions via the WITH clause. With clause items may be referenced as tables in subsequent with clause items and in the main query. The WITH clause can be thought of as providing query scoped temporary tables.

Usage:

WITH name \[(column, ...)] AS \(query expression) ... 

Syntax Rules:

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 12:00:40 UTC, last content change 2012-05-01 16:12:56 UTC.